home *** CD-ROM | disk | FTP | other *** search
- on(keyPress "<Up>"){
- set("../score:score",eval("/score:score") + "10");
- setProperty("/frosch", _Y, getProperty("/frosch", _Y) - "17");
- x_value = getProperty("/frosch", _X);
- y_value = getProperty("/frosch", _Y);
- nextFrame();
- tellTarget("/frosch")
- {
- gotoAndStop("vor");
- play();
- }
- play();
- }
-